home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / egyptw.dir / 01701_Script_startmovie < prev    next >
Text File  |  1995-09-13  |  643b  |  26 lines

  1. Global gBtn17,gBtn18,gWhatMovie,gTheHelpIsOn,gReInitGlobals,gInitGlobals
  2.  
  3. on StartMovie
  4.   set gBtn17 = birth(script "a3StateButton", 47, 1925, "SE141819.AIF", "ECrossAztec", "HandCursor")
  5.   set gBtn18 = birth(script "a3StateButton", 48, 1928, "SE141819.AIF", "ECrossViking", "HandCursor")
  6.   if gInitGlobals = 1 then
  7.     EInitGlobals
  8.     set gInitGlobals= 0
  9.   end if
  10.   if gReInitGlobals = 1 then
  11.     EGlobalSetUpFromTheatre
  12.     set gReInitGlobals = 0
  13.   end if
  14.   set gWhatMovie = "EgyptW"
  15.   EGlobalsSetUp
  16.   TurnOffHelpSounds
  17.   set gTheHelpIsOn = 0
  18. end
  19.  
  20. on StopMovie
  21.   set gBtn17 = 0  
  22.   set gBtn18 = 0
  23.   unloadcast
  24. end
  25.  
  26.